3.1055 \(\int \frac{\left (a+b x^2\right )^p}{x^{3/2}} \, dx\)

Optimal. Leaf size=40 \[ -\frac{2 \left (a+b x^2\right )^{p+1} \, _2F_1\left (1,p+\frac{3}{4};\frac{3}{4};-\frac{b x^2}{a}\right )}{a \sqrt{x}} \]

[Out]

(-2*(a + b*x^2)^(1 + p)*Hypergeometric2F1[1, 3/4 + p, 3/4, -((b*x^2)/a)])/(a*Sqr
t[x])

_______________________________________________________________________________________

Rubi [A]  time = 0.0369526, antiderivative size = 49, normalized size of antiderivative = 1.22, number of steps used = 2, number of rules used = 2, integrand size = 15, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0.133 \[ -\frac{2 \left (a+b x^2\right )^p \left (\frac{b x^2}{a}+1\right )^{-p} \, _2F_1\left (-\frac{1}{4},-p;\frac{3}{4};-\frac{b x^2}{a}\right )}{\sqrt{x}} \]

Antiderivative was successfully verified.

[In]  Int[(a + b*x^2)^p/x^(3/2),x]

[Out]

(-2*(a + b*x^2)^p*Hypergeometric2F1[-1/4, -p, 3/4, -((b*x^2)/a)])/(Sqrt[x]*(1 +
(b*x^2)/a)^p)

_______________________________________________________________________________________

Rubi in Sympy [A]  time = 7.70457, size = 42, normalized size = 1.05 \[ - \frac{2 \left (1 + \frac{b x^{2}}{a}\right )^{- p} \left (a + b x^{2}\right )^{p}{{}_{2}F_{1}\left (\begin{matrix} - p, - \frac{1}{4} \\ \frac{3}{4} \end{matrix}\middle |{- \frac{b x^{2}}{a}} \right )}}{\sqrt{x}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  rubi_integrate((b*x**2+a)**p/x**(3/2),x)

[Out]

-2*(1 + b*x**2/a)**(-p)*(a + b*x**2)**p*hyper((-p, -1/4), (3/4,), -b*x**2/a)/sqr
t(x)

_______________________________________________________________________________________

Mathematica [A]  time = 0.0251321, size = 49, normalized size = 1.22 \[ -\frac{2 \left (a+b x^2\right )^p \left (\frac{b x^2}{a}+1\right )^{-p} \, _2F_1\left (-\frac{1}{4},-p;\frac{3}{4};-\frac{b x^2}{a}\right )}{\sqrt{x}} \]

Antiderivative was successfully verified.

[In]  Integrate[(a + b*x^2)^p/x^(3/2),x]

[Out]

(-2*(a + b*x^2)^p*Hypergeometric2F1[-1/4, -p, 3/4, -((b*x^2)/a)])/(Sqrt[x]*(1 +
(b*x^2)/a)^p)

_______________________________________________________________________________________

Maple [F]  time = 0.027, size = 0, normalized size = 0. \[ \int{ \left ( b{x}^{2}+a \right ) ^{p}{x}^{-{\frac{3}{2}}}}\, dx \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  int((b*x^2+a)^p/x^(3/2),x)

[Out]

int((b*x^2+a)^p/x^(3/2),x)

_______________________________________________________________________________________

Maxima [F]  time = 0., size = 0, normalized size = 0. \[ \int \frac{{\left (b x^{2} + a\right )}^{p}}{x^{\frac{3}{2}}}\,{d x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate((b*x^2 + a)^p/x^(3/2),x, algorithm="maxima")

[Out]

integrate((b*x^2 + a)^p/x^(3/2), x)

_______________________________________________________________________________________

Fricas [F]  time = 0., size = 0, normalized size = 0. \[{\rm integral}\left (\frac{{\left (b x^{2} + a\right )}^{p}}{x^{\frac{3}{2}}}, x\right ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate((b*x^2 + a)^p/x^(3/2),x, algorithm="fricas")

[Out]

integral((b*x^2 + a)^p/x^(3/2), x)

_______________________________________________________________________________________

Sympy [F(-1)]  time = 0., size = 0, normalized size = 0. \[ \text{Timed out} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate((b*x**2+a)**p/x**(3/2),x)

[Out]

Timed out

_______________________________________________________________________________________

GIAC/XCAS [F]  time = 0., size = 0, normalized size = 0. \[ \int \frac{{\left (b x^{2} + a\right )}^{p}}{x^{\frac{3}{2}}}\,{d x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate((b*x^2 + a)^p/x^(3/2),x, algorithm="giac")

[Out]

integrate((b*x^2 + a)^p/x^(3/2), x)